home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Graphics / jpegoptim / src / README < prev   
Encoding:
Text File  |  1997-08-22  |  815 b   |  46 lines

  1.  
  2. Jpegoptim v1.1  Copyright (c)  Timo Kokkonen, 1996.
  3.  
  4.  
  5. REQUIREMENTS
  6.     Independent JPEG Group's jpeg library version 6a or later
  7.     (jpegsrc.v6a.tar.gz)
  8.  
  9. TESTED PLATFORMS
  10.     Linux
  11.     Solaris 
  12.         SGI (IRIX 5.3)
  13.     HP-UX
  14.  
  15. INSTALLATION
  16.     Installation should be very straightforward, just unpack the
  17.     tar file, make nesessary changes to the Makefile,  and then 
  18.         compile the program. You may wanna do something like this:
  19.  
  20.         zcat jpegoptim-1.1.tar.gz | tar xf -
  21.         cd jpegoptim
  22.         make
  23.         make strip
  24.         make install
  25.  
  26.  
  27.  
  28. HISTORY
  29.     v1.1  - new -f option, and other minor changes, improved
  30.         support for other platforms
  31.     v1.0a - some changes in docs & makefile
  32.     v1.0  - first public release
  33.  
  34.  
  35.  
  36. LATEST VERSION
  37.  
  38.     Latest version is always available from:
  39.         http://www.jyu.fi/~tjko/projects.html
  40.  
  41.  
  42.  
  43. Timo <tjko@jyu.fi>
  44. 24-Oct-1996
  45.  
  46.